runtime.g.gcAssistBytes (field)
18 uses
runtime (current package)
malloc.go#L1299: assistG.gcAssistBytes -= int64(fullSize - dataSize)
malloc.go#L1343: assistG.gcAssistBytes -= int64(size)
malloc.go#L1345: if assistG.gcAssistBytes < 0 {
mgc.go#L1733: gp.gcAssistBytes = 0
mgcmark.go#L470: debtBytes := -gp.gcAssistBytes
mgcmark.go#L488: gp.gcAssistBytes += 1 + int64(assistBytesPerWork*float64(stolen))
mgcmark.go#L491: gp.gcAssistBytes += debtBytes
mgcmark.go#L555: if gp.gcAssistBytes < 0 {
mgcmark.go#L629: gp.gcAssistBytes = 0
mgcmark.go#L664: gp.gcAssistBytes += 1 + int64(assistBytesPerWork*float64(workDone))
mgcmark.go#L769: if scanBytes+gp.gcAssistBytes >= 0 {
mgcmark.go#L771: scanBytes += gp.gcAssistBytes
mgcmark.go#L772: gp.gcAssistBytes = 0
mgcmark.go#L782: gp.gcAssistBytes += scanBytes
proc.go#L4295: if gcBlackenEnabled != 0 && gp.gcAssistBytes > 0 {
proc.go#L4300: scanCredit := int64(assistWorkPerByte * float64(gp.gcAssistBytes))
proc.go#L4302: gp.gcAssistBytes = 0
runtime2.go#L531: gcAssistBytes int64
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |